Add more info to the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Feb 2019 06:09:09 +0000 (01:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Feb 2019 06:09:09 +0000 (01:09 -0500)
Mention child metas of GtkAssistant and GtkNotebook.

docs/reference/gtk/migrating-3to4.xml

index af5a689a6dc3644ccb88396631886b2b825e9ec1..8b79b7bca1f4b025a0476d521bfec12ebe564433 100644 (file)
     </section>
 
     <section>
-      <title>Adapt to GtkStack API changes</title>
+      <title>Adapt to GtkStack, GtkAssistant and GtkNotebook API changes</title>
       <para>
-        The GtkStack child properties have been converted into child meta object.
+        The child properties of GtkStack, GtkAssistant and GtkNotebook have been
+        converted into child meta objects.
         Instead of gtk_container_child_set (stack, child, …), you can now use
         g_object_set (gtk_stack_get_page (stack, child), …). In .ui files, the
         GtkStackPage objects must be created explicitly, and take the child widget
-        as property. gtk4-builder-tool can help with this conversion.
+        as property. GtkNotebook and GtkAssistant are similar.
+      </para>
+      <para>
+        gtk4-builder-tool can help with this conversion, with the --3to4 option
+        of the simplify command.
       </para>
     </section>